projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dce370
)
[__GNUC__ >= 2]: Don't include alloca.h.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 07:32:23 +0000
(07:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 07:32:23 +0000
(07:32 +0000)
src/m/sparc.h
patch
|
blob
|
history
diff --git
a/src/m/sparc.h
b/src/m/sparc.h
index 7e4a6801f9a3aa4384c7b04b113b9f93007dfaab..392189a9f5e4162af899e772fb9e52fc4949294b 100644
(file)
--- a/
src/m/sparc.h
+++ b/
src/m/sparc.h
@@
-81,7
+81,9
@@
NOTE-END */
in the file alloca.s should be used. */
#define HAVE_ALLOCA
+#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */
#include <alloca.h>
+#endif
/* Must use the system's termcap, if we use any termcap.
It does special things. */